Setting up your backuplist+ preferences

There are several options that affect your use of backuplist+. These are divided into five tabs in the settings panel.

Basic Settings for each backup set

  1. Backup to folder. Check this for backuplist+ to back up files into a folder that you name in the following text field. See "choosing a backup folder" for more info.
  2. Incremental backups. Check this to have backuplist+ make incremental backups. You should select a number greater than 3 to be truly effective. More on incrementals....
  3. Dated folder. Check this to make a new folder for the backup files with the current date stamp on it. This required for incremental backups.
  4. Synchronize two folders: Check this box if you want rsync to synchronize the contents of two folders. Usually backuplist+ copies the files or folders in the list window into the destination folder. If you check the "Synchronize two folders" box, rsync will copy the contents of the folder in the list window into the destination folder. It then copies the contents of the destination folder back into the source folder. It will not delete files missing in either folder and will not copy over any file that is newer. This preserves the latest states of the files exactly so each folder is identical. This is useful if you work on several different machines and want to keep a folder, such as your Home folder, identical on each. It is not advised to synchronize your own Startup disk or Hard drive with another while it is running. You must have only one folder present in the main list window to sync with the destination folder. If you choose "Sync folders", you can not select other options such as "Backup to folder", "Dated folder", "rsync delete option", "Recreate full folder paths", "Incremental backups", "Make Disk image" or "Burn folder."
  5. Compressed archive. This will cause backuplist+ to make one single compressed archive from your list of folders/files. The compressed archive will appear in the destination folder and is a zip archive. This is not an rsync archive
  6. Make disk image. This tells backuplist+ to create a disk image according to any disk image options you indicate in the "Disk Image" panel. See more about Disk image...
  7. Recreate full folder paths. This will create folders on the backup that re-create the folder paths on your hard drive. For example if you are copying your Mail folder it will be copied into a sequence of folders that mimic its position on your hard drive, > Mail > Preferences > Library > Home folder .
  8. Rsync delete option. This causes rsync to delete and files on the destination that are not on the source. Warning! This is a destructive action and will cause loss of any data in the destination directory that is not present in the source directory. You must know what you are doing with this choice or risk data loss.
  9. Rsync uses checksums. This option tells rsync to compare files on source and destiantion using checksums. This is the more accurate but takes longer. This is not usually needed.
  10. Before performing clone: Use this popup list to select one of three options to be performed automatically before backuplist+ copies your startup disk (makes a full system clone.)
  1. Scheduling. Set a time for backuplist+ to perform a backup session. See the Scheduling page for more.....

Using the Exclude Preference Pane

The exclude list is available for each backup set you use. You must check the "Use exclude list" check box to edit the list and enable the exclusions for the backups. The list items apply to the items listed in the main list window.

Note: backuplist+ will only add exclude items if they reside within one of the source files you have listed in the main window. Obviously there is no point in excluding items that are not in the list of items to backup!

You can also check the "Delete excluded" checkbox which will ensure any items on the destination that are listed in the exclude list will be deleted, even if they already exist there before the backup session. Warning! This is a destructive action and will cause loss of any data in the destination directory that is excluded in this list. You must know what you are doing with this choice or risk data loss.

Disk Image

You can select to have your source files turned into a disk image. Disk images are useful for many things. In a way they are a complete file system in themselves and portable. A disk image of your whole hard drive (clone) could be used restore your computer from and can even be contained within your own hard drive or other volume without interfering with the workings of that system.

Disk Image Name : Enter the name for your image here.

Encrypt: Check the box and enter a password for the image - you will need to remember it later!

Read Only or SparseDisk Image:

  1. Read Only: This will create a read-only disk image from the files/folders you have listed in your backuplist+ source list. It will use a moderate form of compression. This kind of disk image is created exactly for the source files and can not be written to. You can use it to restore from.The above options for Name and Encryption can be used as well. You can select to segment the image and enter a size (in MB) for each segment. The segments will then be copied to your destination and can be ssrestored by clicking on the first one. for instance this can be useful if you want to break up some large files/folders into smaller pieces to store on dvd's.
  2. Sparse image: Sparse images on the other hand can grow in size to the maximum you enter in the text field. With this option backuplist+ will create the sparseimage, mount it and copy the source files into it. The next time you run this backup set, backuplist+ will mount the image and update the source files with any new changes.You must enter a size for the initial disk image. This should be the maximum size you think the sparse image will need. It will however only occupy the disk space of its contained files which is very nice.


Automation

Use this panel to configure before and after scripts and any other notifications you want about your backup session.

Before backup:

  1. Repair permissions of startup disk: This will repair the disk permissions of your internal hard drive prior to backup. This is only recommended if you are copying your whole system (Clone) or Certain System files. It will not affect any backup of your personal data.
  2. Run Applescript File: Enter the path of an applescript you want to run prior to backup, or use the "browse" button to find it.
  3. Run Shell command: Enter a shell command (not the path to a script!) to run prior to backup. Enter it as you would in terminal but use single quotes in place of double quotes to escape blank spaces in paths.

After backup:

  1. Run Applescript File: Enter the path of an applescript you want to run after to backup, or use the "browse" button to find it.
  2. Run Shell command: Enter a shell command (not the path to a script!) to run after to backup. Enter it as you would in terminal but use single quotes in place of double quotes to escape blank spaces in paths.
  3. Send Email notification: After the backup completes, backuplist+ will send an email with backup stats to the address you enter in the text field.
  4. Growl notification: If you install Growl, backuplist+ will display a cool transparent growl note on you desktop with the backup stats.
  5. Sleep computer: Puts computer to sleep after the backup completes.
  6. Play alert sound: Plays sound after the backup completes.
  7. Shutdown computer: Shuts down computer after the backup completes. I use this for my nightly backup that I start when going to bed and it turns off computer after it finishes (for those like me who do such things....)

Advanced options

  1. Rsync expert options: You can write your own command line options and they will be remembered for the particular backup set. You must be familiar with using rsync options or read the man page for this version of rsync for more details. "Delete" and "incremental backups" are available as check boxes on the "Settings tab" so you don't need to include those options. See the "glossary of rsync terms" at bottom of this document. The rsync_options file is included with this application or you can download it here.....
    http://homepage.mac.com/robdut/.Public/rsync_options.zip


See also

Choose a backup destination
Choose a backup folder

Setting the copy method